.section {
	width: 100%;
}

.section > * {
	display: block;
	margin: 0 auto;
}

.banner {
	display: block;
	position: relative;
	width: 100%;
	height: 10.8rem;
	cursor: pointer;
}
.banner > * {
	margin: 0 auto;
}
.banner .swiper-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10.8rem;
	z-index: 99;
	color: #fff;
}

.swiper-banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.swiper-text .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.swiper-text .banner .swiper-wrapper .swiper-slide {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 100;
}

.banner .swiper-wrapper .swiper-slide > img {
	display: block;
	width: 100%;
	height: 10.8rem;
}

.banner .banner-meng {
	position: absolute;
	top: 0;
	left: 0;
	width: 51%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.swiper-text .slide__content {
	position: absolute;
	width: 100%;
	height: 100%;
}
.swiper-text .slide__content > * {
	display: block;
	margin: 0 auto;
}
.swiper-text .slide__content .silde_lable {
	width: 13.2rem;
	padding-top: 3rem;
}
.banner .slide__content .lable_title {
	max-width: 6.7rem;
	font-size: 0.6rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
}
.banner .slide__content .lable_desc {
	max-width: 4.5rem;
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	margin-top: 0.5rem;
}
.banner .slide__content .content__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.8rem;
	padding: 0 0.1rem;
	height: 0.64rem;
	border: 1px solid #f5f8ff;
	border-radius: 0.32rem;
	font-size: 0.1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ffffff;
	line-height: 0.64rem;
	text-align: center;
}
.banner .slide__content .content__btn > img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.05rem;
}
.swiper-banner {
	width: 100%;
	height: auto;
}
.wrap-desc {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.9rem;
	background-color: #fff;
	text-align: center;
	z-index: 10;
}
.wrap-desc .desc_title {
	font-size: 0.36rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 0.6rem;
}
.wrap-desc .desc_lable {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.2rem;
	width: 6.9rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.24rem;
}

.wrap-list {
	display: grid;
	width: 100%;
	display: grid;
	grid-template-rows: repeat(2, 3.8rem);
	grid-template-columns: repeat(5, 20%);
}
.wrap-list a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.wrap-list a img {
	display: block;
	width: 100%;
	height: 100%;
}
.wrap-list .meng_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
.wrap-list .list__item {
	position: relative;
}
.wrap-list .list__item:hover .meng_item {
	animation-name: blackBack;
	animation-iteration-count: 1;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
@keyframes blackBack {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
	}
}

.wrap-list .item_lable {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 50;
}
.wrap-list .item_lable .lable__title {
	width: 3.2rem;
	text-align: center;
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0.07rem 0.07rem 0.16rem #000;
}
.wrap-list .item_lable .lable__desc {
	display: flex;
	flex-direction: column;
	max-width: 1.77rem;
	text-align: center;
	margin-top: 0.2rem;
	text-shadow: 0.07rem 0.07rem 0.16rem #000;
}
.wrap-list .item_lable .lable__desc span:nth-child(1) {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #f5f8ff;
}
.wrap-list .item_lable .lable__desc span:nth-child(2) {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #f5f8ff;
}
.wrap-list .item_lable .arrow {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-top: 0.4rem;
}
.wrap-list .list-item6 {
	grid-column-start: span 2;
	grid-row-start: span 1;
}
.wrap-list .list-item5 {
	grid-column-start: span 1;
	grid-row-start: span 2;
}

.wrap-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2rem;
	background-color: #fff;
}
.wrap-more .more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.57rem;
	height: 0.5rem;
	background: #002da5;
	border-radius: 0.25rem;
}
.wrap-more .more span {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}
.wrap-more .more img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.13rem;
}
.wrap-study {
	width: 100%;
}
.study-box {
	position: relative;
	width: 100%;
}
.swiper-study-text {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99 !important;
}
.swiper-container {
	z-index: 1;
}
.study-box .wrap-study-meng {
	position: absolute;
	top: 0;
	width: 100%;
	height: 7rem;
	z-index: 2;
}
.study-box .wrap-study-meng > * {
	display: block;
	margin: 0 auto;
}
.study-box .wrap-study-meng .meng_box {
	position: relative;
	width: 13.2rem;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.6); */
}
.study-box .wrap-study-meng .meng {
	width: 4.8rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.wrap-study .study-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3rem;
	background-color: #002da5;
}
.wrap-study .study-title .title {
	text-align: center;
	font-size: 0.36rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
}
.wrap-study .study-title .lable {
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}
.wrap-study .study-content {
	position: relative;
	width: 100%;
}
.wrap-study .study-content > img {
	display: block;
	width: 100%;
	height: 7rem;
}
.wrap-study .study-content {
	display: block;
	width: 100%;
	height: 100%;
}
.wrap-study .study-content .contnet__lable {
	flex-direction: column;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}
.wrap-study .study-content .contnet__lable > * {
	display: block;
	margin: 0 auto;
}
.wrap-study .study-content ._lable {
	display: flex;
	flex-direction: column;
	width: 13.2rem;
	height: 7rem;
	padding-left: 0.1rem;
}

.wrap-study .study-box {
	position: relative;
	width: 100%;
	height: auto;
}

.wrap-study .study-content .lable-title {
	margin-top: 0.53rem;
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0.6rem 0 0.1rem;
	width: 4.8rem;
}

.wrap-study .study-content .lable-desc {
	display: flex;
	flex: 1;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ffffff;
	padding: 0 0.5rem 0 0.1rem;
	margin-top: 0.63rem;
	width: 4.8rem;
}
.wrap-study .study-content .lable-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.06rem;
	height: 0.4rem;
	border: 1px solid #ffffff;
	border-radius: 0.2rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0.2rem;
	margin-left: 0.1rem;
}
.wrap-study .study-content .lable-btn > img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
}
.wrap-package {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 1.25rem;
}
.wrap-package > * {
	display: block;
	margin: 0 auto;
}
.wrap-package .package-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13.2rem;
	height: 2.2rem;
	font-size: 0.36rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}
.wrap-package .package-list {
	display: flex;
	width: 13.2rem;
}
.wrap-package .package-list ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.wrap-package .package-list ul li {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 4.3rem;
}
.wrap-package .package-list .item__lable {
	position: relative;
	align-items: center;
	width: 4.3rem;
	height: 1.73rem;
}
.wrap-package .package-list .item__lable img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.wrap-package .package-list .item__lable .lable__title {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0.2rem;
	box-sizing: border-box;
	z-index: 10;
}
.wrap-package .package-list .item__desc {
	display: flex;
	flex: 1;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}
.cookie-wrapper {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 80px;
	background: #002da5;
	z-index: 999;
}
.cookie-wrapper > * {
	display: block;
	margin: 0 auto;
}
.cookie-wrapper .cookie-box {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	width: 1320px;
}
.cookie-wrapper .cookie_lable span {
	display: flex;
}
.cookie-wrapper .cookie_lable .lable__name {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
}
.cookie-wrapper .cookie_lable .lable__desc {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ffffff;
}
.cookie-wrapper .cookie_btn {
	display: flex;
}
.cookie-wrapper .cookie_btn .btn__agree {
	width: 100px;
	height: 40px;
	background: #ffffff;
	border-radius: 20px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #002da5;
}
.cookie-wrapper .cookie_btn .btn__no {
	width: 140px;
	height: 40px;
	background: #002da5;
	border: 1px solid #ffffff;
	border-radius: 20px;
	margin-left: 28px;
	text-align: center;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
}
.swiper-study {
	position: relative;
}
.wrap-study .swiper-button-prev::after {
	display: none !important;
}
.wrap-study .swiper-button-next::after {
	display: none !important;
}
/*自定义样式*/
.btn_box {
	position: relative;
	width: 100%;
	z-index: 990;
}
.btn_box > * {
	display: block;
	margin: 0 auto;
}
.btn_box .btn_content {
	position: relative;
	width: 13.2rem;
}
.wrap-study .swiper__btn {
	display: flex;
	position: absolute;
	align-items: center;
	bottom: 0.3rem;
	right: 0;
	width: 1.6rem;
	height: 1rem;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.wrap-study .swiper-line {
	width: 1px;
	height: 0.5rem;
	background: rgba(255, 255, 255, 0.5);
}
.wrap-study .swiper-button-prev {
	display: flex;
	flex: 1;
	transform: rotate(180deg);
}
.wrap-study .swiper-button-next,
.wrap-study .swiper-button-prev {
	position: static;
	margin-top: 0;
	top: 0;
	width: auto;
	height: 100%;
	margin-top: 0;
}
.wrap-study .swiper-button-next {
	display: flex;
	flex: 1;
}

@media screen and (min-width: 1450px) and (max-width: 1920px) {
	.wrap-study .study-content .lable-title,
	.study-box .wrap-study-meng .meng,
	.wrap-study .study-content .lable-desc {
		width: 6.8rem;
		overflow: hidden;
	}
}

@media screen and (min-width: 970px) and (max-width: 1440px) {
	.wrap-study .study-content .lable-title,
	.study-box .wrap-study-meng .meng,
	.wrap-study .study-content .lable-desc {
		width: 7.2rem;
		overflow: hidden;
	}
}
